home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / instan1a / readme.txt < prev    next >
Text File  |  1999-10-01  |  780b  |  15 lines

  1.         Network Neighborhood Instant Message
  2. The idea behind this project is to have an instant 
  3. message between two computers on a local area network.
  4. It works by creating  2 text files on the server.
  5. A timer periodically checks for the existence of the
  6. one text file and restores the minimized message box on 
  7. the other machine when it is found to exist. The only
  8. difference between the Server and Client programs are
  9. the paths specified as fClient and fServer. Also these
  10. values are swapped. When the window is closed, or ended
  11. the files are deleted. When a message is sent either
  12. way the files are replaced. The contents of the files
  13. are continually written to the textboxes with the timer.
  14. The path to the Server must be put in the Client part
  15. of the project.